SetDispatcher
TheSetDispatcher
method replaces the dispatcher object for this session.
void SetDispatcher (in ODDispatcher dispatcher);
dispatcher
- A reference to the new dispatcher for this session.
DISCUSSION
This method may be called only by a shell plug-in'sODShellPluginInstall
function.SEE ALSO
The ODDispatcher class (page 110).
TheODShellPluginInstall
function (page 952).